home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Re Bug, reading and writing .2 < prev    next >
Encoding:
Internet Message Format  |  1996-07-24  |  1.2 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Bug, reading and writing to SU
  2. Sent:        7/22/96 8:15 AM
  3. Received:    7/22/96 10:48 AM
  4. From:        Henri Lamiraux, lamiraux@apple.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >(1) I externalize my part, during which I write out a shapeList (ala
  9. >ODFDraw) to a value in a property that I have added specially to the part's
  10. >storage unit.
  11.  
  12. First of all you are not supposed to do that. You should never saved your 
  13. data anywhere else than in the Content Property. Any non-standard 
  14. properties will not be cloned during a clone operation and you will loose 
  15. all references to embedded frames. If you need to create other properties 
  16. and values you need to create another storage unit and store a strong 
  17. reference to it in your value kind in the content property. That might 
  18. not be the cause of your problem but I wanted to point out that first.
  19.  
  20. ......................................................................
  21.  Henri Lamiraux                                      lamiraux@apple.com
  22.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  23. ......................................................................
  24.  
  25.  
  26.